David Li commited on
Commit
370980e
·
1 Parent(s): ee7679b

fix: try again

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -7,6 +7,5 @@ RUN dart compile exe bin/cli.dart -o dart_off_server
7
 
8
  # copy server file to basic image to run the app
9
  FROM scratch
10
- WORKDIR /app
11
  COPY --from=builder /app/dart_off_server /app/dart_off_server
12
  ENTRYPOINT ["/app/dart_off_server"]
 
7
 
8
  # copy server file to basic image to run the app
9
  FROM scratch
 
10
  COPY --from=builder /app/dart_off_server /app/dart_off_server
11
  ENTRYPOINT ["/app/dart_off_server"]