Skip to content

Commit

Permalink
dockerfile update after angular migration.
Browse files Browse the repository at this point in the history
  • Loading branch information
oyurekten committed Oct 22, 2024
1 parent 7a69b9b commit 11435e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN npm run build -- --configuration $CONFIGURATION --base-href="$BASE_HREF/"
# Stage 2, use the compiled app, ready for production with Nginx
FROM nginx:stable
LABEL maintainer="MetaboLights (metabolights-help @ ebi.ac.uk)"
COPY --from=build /app-root/dist/metabolights-editor /editor
COPY --from=build /app-root/dist/metabolights-editor/browser /editor

ARG EXPOSED_PORT=8008
EXPOSE $EXPOSED_PORT
Expand Down

0 comments on commit 11435e0

Please sign in to comment.