Skip to content

Commit 2549694

Browse files
Minor typo fix in prod nodejs container (Cloud-CV#4752)
1 parent 79d4fec commit 2549694

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/prod/nodejs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ FROM nginx:1.13-alpine
3636
# Adding NODE_ENV here as well since this is a multistage build
3737
ARG NODE_ENV
3838
COPY docker/prod/nodejs/nginx_${NODE_ENV}.conf /etc/nginx/conf.d/default.conf
39-
COPY --from=node /code /code
39+
COPY --from=base /code /code
4040
COPY /ssl /etc/ssl

0 commit comments

Comments
 (0)