Skip to content

Commit 5801177

Browse files
committed
work
1 parent 4b32b52 commit 5801177

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: frontend/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@ COPY package-lock.json /code/package-lock.json
66

77
RUN npm ci
88

9+
COPY . /code
10+
911
ENV CI=true
1012
ENV PORT=3000
1113

1214
ENTRYPOINT [ "npm", "start" ]
1315

1416
FROM development AS build
1517

16-
COPY . /code
1718
RUN npm run build
1819

1920
FROM nginx:1.13-alpine

0 commit comments

Comments
 (0)