Skip to content

Commit

Permalink
Changes for cloud deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
gouline committed Sep 10, 2024
1 parent 275523a commit 0df6694
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
**/.env
**/.docker_build
bin
tmp
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ FROM alpine:latest

RUN apk update && apk add ca-certificates && rm -rf /var/cache/apk/*

ENV HOST=0.0.0.0
ENV PORT=4000

WORKDIR /app

COPY static/ ./static/
Expand Down

0 comments on commit 0df6694

Please sign in to comment.