Skip to content

Commit

Permalink
fix(Dockerfile)
Browse files Browse the repository at this point in the history
  • Loading branch information
oyurekten committed Nov 18, 2023
1 parent b777b88 commit 751ba2e
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
FROM nginx:stable
LABEL maintainer="MetaboLights (metabolights-help @ ebi.ac.uk)"

COPY --from=build /app-root/dist /editor
COPY --from=build /app-root/dist/metabolights-editor /editor
ARG EXPOSED_PORT=8008
EXPOSE $EXPOSED_PORT

Expand Down

0 comments on commit 751ba2e

Please sign in to comment.