Skip to content

Commit fc57db3

Browse files
committed
Exclude /i18n/ from being copied during build
1 parent a334999 commit fc57db3

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
/Dockerfile
55
/docker-compose.yml
66
/node_modules
7+
/i18n

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ ARG PROJECTS_FILE=''
1212
RUN rm build/projects.json
1313
RUN [ -e "$PROJECTS_FILE" ] && cp "$PROJECTS_FILE" build/projects.json || true
1414

15-
# TODO: skip local i18n
16-
1715
FROM nginx:alpine
1816
WORKDIR /usr/share/nginx/html/
1917
COPY --from=build /app/build ./

0 commit comments

Comments
 (0)