Must change file mode in same command
This commit is contained in:
parent
b3527dd138
commit
2e9919385e
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ USER spring:spring
|
|||
|
||||
# Test if existing files prohibit mounting of Kubernetes ConfigMaps
|
||||
# COPY docker/testing/distributed/webservice/config/ /sebserver/config/
|
||||
COPY seb-server.jar docker/testing/distributed/start-sebserver.sh /sebserver/
|
||||
RUN chmod 755 /sebserver/start-sebserver.sh
|
||||
COPY seb-server.jar /sebserver/
|
||||
RUN cp docker/testing/distributed/start-sebserver.sh /sebserver/ && chmod 755 /sebserver/start-sebserver.sh
|
||||
|
||||
WORKDIR /sebserver
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue