David Li commited on
Commit
6b43158
·
1 Parent(s): ad12618

fix: update dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ RUN dart compile exe bin/cli.dart -o /app/dart_off_server
8
  # copy server file to basic image to run the app
9
  FROM ubuntu:latest
10
  WORKDIR /app
11
- RUN apk add --no-cache bash
12
  COPY --from=builder /app/dart_off_server /app/dart_off_server
13
  RUN ls -la
14
  RUN pwd
 
8
  # copy server file to basic image to run the app
9
  FROM ubuntu:latest
10
  WORKDIR /app
11
+ # RUN apk add --no-cache bash
12
  COPY --from=builder /app/dart_off_server /app/dart_off_server
13
  RUN ls -la
14
  RUN pwd