mirror of
https://github.com/SergioBenitez/Rocket.git
synced 2026-02-06 10:48:05 +00:00
Fix copies in Dockerfile in deploying guide.
This commit is contained in:
parent
ebea1d4238
commit
bcc784de73
@ -262,9 +262,9 @@ WORKDIR /app
|
||||
COPY --from=build /build/main ./
|
||||
|
||||
## copy runtime assets which may or may not exist
|
||||
COPY --from=build /build/Rocket.tom[l] ./static
|
||||
COPY --from=build /build/stati[c] ./static
|
||||
COPY --from=build /build/template[s] ./templates
|
||||
COPY --from=build /build/Rocket.tom[l] ./
|
||||
COPY --from=build /build/stati[c] ./static/
|
||||
COPY --from=build /build/template[s] ./templates/
|
||||
|
||||
## ensure the container listens globally on port 8080
|
||||
ENV ROCKET_ADDRESS=0.0.0.0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user