We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a334999 commit fc57db3Copy full SHA for fc57db3
2 files changed
.dockerignore
@@ -4,3 +4,4 @@
4
/Dockerfile
5
/docker-compose.yml
6
/node_modules
7
+/i18n
Dockerfile
@@ -12,8 +12,6 @@ ARG PROJECTS_FILE=''
12
RUN rm build/projects.json
13
RUN [ -e "$PROJECTS_FILE" ] && cp "$PROJECTS_FILE" build/projects.json || true
14
15
-# TODO: skip local i18n
16
-
17
FROM nginx:alpine
18
WORKDIR /usr/share/nginx/html/
19
COPY --from=build /app/build ./
0 commit comments