Skip to content
Snippets Groups Projects
Commit 9ddbfc30 authored by Michelle Weidling's avatar Michelle Weidling :blowfish:
Browse files

build: finalize Dockerfile

parent a8e66bf2
No related branches found
No related tags found
No related merge requests found
......@@ -16,5 +16,3 @@ RUN npm run build
# production stage
FROM nginx:stable-alpine as production-stage
COPY --from=build-stage /app/dist /usr/share/nginx/html
EXPOSE 8093
CMD ["nginx", "-g", "daemon off;"]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment