Skip to content

Commit

Permalink
test workflow trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
cgawron committed Mar 12, 2024
1 parent 744967e commit 2123c8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ RUN npm run build
FROM nginx:1.21-alpine

COPY --from=build /app/dist /usr/share/nginx/html

EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]

0 comments on commit 2123c8a

Please sign in to comment.