Skip to content

Commit 2ce6260

Browse files
konstantinzolotarevbitwalker
authored andcommitted
Update mix phx.digest part (#624)
Updated `cd` command because now if `PHOENIX_SUBDIR` need to be changed to something like `apps/web_api` it will fail on this step.
1 parent ae02353 commit 2ce6260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/working_with_docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ RUN if [ ! "$SKIP_PHOENIX" = "true" ]; then \
7777
cd ${PHOENIX_SUBDIR}/assets && \
7878
yarn install && \
7979
yarn deploy && \
80-
cd .. && \
80+
cd - && \
8181
mix phx.digest; \
8282
fi
8383

0 commit comments

Comments
 (0)