저는 저능아입니다.
Some checks failed
/ print-content (push) Failing after 3s

This commit is contained in:
암냥 2026-03-11 15:13:31 +00:00
commit 5325f51269

View file

@ -52,7 +52,7 @@ RUN adduser \
USER imnyang
# Copy only the compiled binary from the build stage.
COPY --from=build /bin/paste /app/
COPY --from=build /bin/server /app/
# Rocket: listen on all interfaces inside the container.
ENV ROCKET_ADDRESS=0.0.0.0
@ -61,4 +61,4 @@ ENV ROCKET_ADDRESS=0.0.0.0
EXPOSE 8000
# Start the application.
CMD ["/app/paste"]
CMD ["/app/server"]