Skip to content

Commit 7c6b471

Browse files
committed
add comment, build folder is still gitignored
1 parent 43a57d8 commit 7c6b471

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
@@ -38,7 +38,7 @@ COPY ./src ./src
3838
COPY ./package.json ./
3939

4040
RUN npm run prod-build
41-
41+
# as a note, this is much easier for CI/CD, but we could deploy with the build folder part of the zip, which would remove the need for this step.s
4242

4343

4444
# # Stage 2: Runtime

0 commit comments

Comments
 (0)