Skip to content
This repository has been archived by the owner on Oct 4, 2022. It is now read-only.

Commit

Permalink
fix dockerignore
Browse files Browse the repository at this point in the history
  • Loading branch information
mawburn committed Nov 26, 2020
1 parent 3e461e2 commit 6cdbf8b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .dockerignore
@@ -1,5 +1,14 @@
.git
.vscode
.DS_Store
assets
data
.github
local
node_modules
out

**/node_modules
**/out
**/.env*
**/.editorconfig
**/LICENSE
1 change: 1 addition & 0 deletions docker/api.dockerfile
Expand Up @@ -28,6 +28,7 @@ COPY --from=build /usr/build/packages/api-server /usr/app/packages/api-server

ENV NODE_ENV production
ENV PORT 4242
ENV DISABLE_AUTH false

RUN yarn install --pure-lockfile --non-interactive --production

Expand Down

0 comments on commit 6cdbf8b

Please sign in to comment.