Skip to content

Commit

Permalink
Merge pull request #19 from lanrat/dockerfile-tweaks
Browse files Browse the repository at this point in the history
Dockerfile tweaks
  • Loading branch information
sibbl authored Nov 22, 2021
2 parents 1125cdf + 9f3c682 commit f2831ba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
node_modules/
.github/
.git/
.vscode/
assets/
config.*.js
docker-compose.*.yml
output/
docker-compose.yml
output/
LICENSE
*.md
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ COPY package*.json ./

RUN npm ci

COPY . .
COPY *.js ./

EXPOSE 5000

Expand Down

0 comments on commit f2831ba

Please sign in to comment.