Skip to content

Commit

Permalink
updated docker file and ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
lmarschall committed Nov 9, 2023
1 parent 31e4c2f commit 705bade
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
media
.github
.vscode
media
ressources
README.md
LICENSE
Dockerfile
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# define build stage and create gzipped files
FROM node:16 as build-stage
FROM node:18 as build-stage
RUN apt-get update
RUN apt-get install gettext-base
WORKDIR /build
Expand Down

0 comments on commit 705bade

Please sign in to comment.