Skip to content

Commit

Permalink
fix dockerfile frontend destination
Browse files Browse the repository at this point in the history
  • Loading branch information
austinorr committed Feb 1, 2024
1 parent f002bb2 commit 83c12a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nereid/Dockerfile.multi
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ RUN chmod +x /start.sh /start-reload.sh /prestart.sh /prestart-worker.sh /run-wo
ENV PYTHONPATH=/nereid
ENV PATH=/opt/venv/bin:$PATH
COPY ./nereid /nereid/nereid
COPY --from=frontend /app/dist /nereid/nereid/static/frontend
COPY --from=frontend /app/dist /nereid/nereid/static/frontend/dist


# you are here, trying to get the requirements loaded, and rearranging the shared containers.
Expand Down

0 comments on commit 83c12a8

Please sign in to comment.