Skip to content

Commit 110e843

Browse files
committed
Remove token commands from dockerfile
1 parent 8c6ba0d commit 110e843

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pkg/image_proxy/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Use latest stable channel SDK.
22
FROM dart:3.9.0 AS build
33

4-
ARG token
5-
64
ENV PUB_ENVIRONMENT="bot"
75
ENV PUB_CACHE="/project/.pub-cache"
86

@@ -17,7 +15,6 @@ RUN dart compile exe pkg/image_proxy/bin/server.dart -o server
1715
FROM scratch
1816
COPY --from=build /runtime/ /
1917
COPY --from=build /app/server /app/bin/
20-
RUN echo $token > token
2118

2219
# Start server.
2320
EXPOSE 8080

0 commit comments

Comments
 (0)