forked from External/greenlight
master #1
|
@ -63,5 +63,8 @@ EXPOSE 80
|
||||||
ARG version_code
|
ARG version_code
|
||||||
ENV VERSION_CODE=$version_code
|
ENV VERSION_CODE=$version_code
|
||||||
|
|
||||||
|
# Set executable permission to start file
|
||||||
|
RUN chmod +x bin/start
|
||||||
|
|
||||||
# Start the application.
|
# Start the application.
|
||||||
CMD ["bin/start"]
|
CMD ["bin/start"]
|
||||||
|
|
Loading…
Reference in New Issue