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:
parent
404f7b0a58
commit
f705e9c41f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue