Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ WORKDIR /app
COPY --from=go-builder /devcloud /app/devcloud
COPY --from=go-builder /codegen /app/codegen
COPY --from=web-builder /app/web/out /app/web/out
COPY devcloud.yaml /app/devcloud.yaml
COPY smithy-models/ /app/smithy-models/
COPY internal/codegen/templates/ /app/templates/
COPY docker/entrypoint.sh /app/entrypoint.sh
Expand All @@ -36,4 +35,4 @@ EXPOSE 4747
VOLUME /app/data

ENTRYPOINT ["/app/entrypoint.sh"]
CMD ["/app/devcloud", "-config", "/app/devcloud.yaml"]
CMD ["/app/devcloud"]
Loading