Skip to content

Commit ec78bdc

Browse files
RUN chmod +x /code/mvnw (#3)
1 parent 5bbcd0b commit ec78bdc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ VOLUME ["/code"]
1818
# Copy the application's code
1919
COPY . /code
2020

21+
# Ensure mvnw is executable
22+
RUN chmod +x /code/mvnw
23+
2124
# Wait for the db to startup(via dockerize), then
2225
# Build and run steve, requires a db to be available on port 3306
2326
CMD dockerize -wait tcp://mariadb:3306 -timeout 60s && \

0 commit comments

Comments
 (0)