Skip to content

Commit a8b5526

Browse files
author
Anton Nemtsev
committed
small update to improve performance
1 parent b619dcf commit a8b5526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ RUN apk add --update bash && rm -rf /var/cache/apk/*
3636
# copy production node_modules
3737
COPY --from=dependencies /var/app/prod_node_modules ./node_modules
3838
COPY --from=build /var/app/build ./build
39-
COPY --from=build /var/app/source ./source
39+
# COPY --from=build /var/app/source ./source
4040

4141
# Setup environment variables
4242
ENV NODE_ENV=production

0 commit comments

Comments
 (0)