This commit is contained in:
@@ -16,11 +16,11 @@ RUN ls -lh && chmod +x ./app
|
||||
FROM alpine
|
||||
|
||||
WORKDIR /app
|
||||
WORKDIR db
|
||||
RUN mkdir -p db
|
||||
|
||||
COPY --from=build /build/app /app
|
||||
COPY --from=build /build/template/* /app/template/
|
||||
|
||||
RUN ls -al /app/ | grep 'app'
|
||||
|
||||
ENTRYPOINT ["/app/app"]
|
||||
ENTRYPOINT ["./app"]
|
||||
Reference in New Issue
Block a user