Skip to content

Commit 51d4507

Browse files
committed
ls
1 parent bb6c019 commit 51d4507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile_workflow

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ RUN addgroup -S appgroup && adduser -S appuser -G appgroup
55
# Tell docker that all future commands should run as the appuser user
66
USER appuser
77
COPY --chown=appgroup:appuser ./package /app
8-
RUN chmod +x /app/gogo-server
8+
RUN ls -lh /app && chmod +x /app/gogo-server
99
WORKDIR /app
1010
ENTRYPOINT ["gogo-server","config.json"]

0 commit comments

Comments
 (0)