Skip to content

Commit ecf1629

Browse files
committed
OLMIS-5467: Fixed Dockerfile
1 parent 0d51ebd commit ecf1629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ WORKDIR /app
2424

2525
COPY sync_transifex.sh /transifex/sync_transifex.sh
2626
COPY wait-for-postgres.sh /config/wait-for-postgres.sh
27-
RUN chmod u+x /wait-for-postgres.sh
27+
RUN chmod u+x /config/wait-for-postgres.sh
2828
VOLUME ["/app", "/gradle"]
2929

3030
EXPOSE 8080

0 commit comments

Comments
 (0)