We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b52140c commit e7691d6Copy full SHA for e7691d6
1 file changed
Dockerfile
@@ -2,8 +2,6 @@ FROM amazoncorretto:17-alpine
2
3
RUN apk update && apk add --no-cache curl
4
5
-WORKDIR /app
6
-
7
EXPOSE 8080
8
9
COPY MathCaptain/weakness/build/libs/weakness-0.0.1-SNAPSHOT.jar app.jar
0 commit comments