0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Changed workdir in dockerfile

This commit is contained in:
Chris Raible 2024-10-25 20:37:03 +00:00
parent 404f7b0a58
commit f705e9c41f

View file

@ -44,7 +44,7 @@ EXPOSE 7174
### This is a full devcontainer with all the code and dependencies installed
### Useful in an environment like Github Codespaces where you don't mount your local code into the container
FROM base-devcontainer AS full-devcontainer
WORKDIR /workspaces/ghost
WORKDIR /workspaces/Ghost
COPY ../../ .
RUN yarn install --frozen-lockfile --prefer-offline --cache-folder $YARN_CACHE_FOLDER