Skip to content

Commit

Permalink
remove unnecessary ..
Browse files Browse the repository at this point in the history
  • Loading branch information
JalonSolov committed Feb 4, 2024
1 parent 86036d2 commit 7cd03d7
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 @@ -9,7 +9,7 @@ WORKDIR /edu
COPY . .
RUN mkdir ../app
RUN v -v install
RUN v -compress -cflags -static -cc gcc -prod -d trace_request_url -skip-unused -o ../app/edu-platform .
RUN v -compress -cflags -static -cc gcc -prod -d trace_request_url -skip-unused -o /app/edu-platform .
RUN mv ./assets /app && mv ./lessons /app && mv ./templates /app

FROM scratch
Expand Down

0 comments on commit 7cd03d7

Please sign in to comment.