frontend v0.4.1
- fixed most of the bugs with the rewrite. should be ready to deploy now
This commit is contained in:
@@ -12,8 +12,6 @@ COPY cdn cdn
|
||||
COPY src src
|
||||
COPY Cargo.toml Cargo.toml
|
||||
COPY Rocket.toml Rocket.toml
|
||||
COPY static static
|
||||
COPY templates templates
|
||||
|
||||
RUN apt-get update && apt-get install -y libssl-dev pkg-config
|
||||
|
||||
@@ -37,9 +35,7 @@ COPY --from=build /build/main ./
|
||||
|
||||
## copy runtime assets which may or may not exist
|
||||
COPY --from=build /build/Rocket.toml ./Rocket.toml
|
||||
COPY --from=build /build/static ./static
|
||||
COPY --from=build /build/cdn ./cdn
|
||||
COPY --from=build /build/template[s] ./templates
|
||||
|
||||
## ensure the container listens globally on port 8000
|
||||
ENV ROCKET_ADDRESS=0.0.0.0
|
||||
|
||||
Reference in New Issue
Block a user