Skip to content

Commit 76c24ef

Browse files
committed
Fix diff
1 parent 614a803 commit 76c24ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ FROM nginx:stable-alpine
1010
COPY --from=build /app/dist /usr/share/nginx/html
1111
COPY nginx.conf /etc/nginx/conf.d/default.conf
1212
EXPOSE 80
13-
CMD ["nginx", "-g", "daemon off;"]
13+
CMD ["nginx", "-g", "daemon off;"]

0 commit comments

Comments
 (0)