update expose
This commit is contained in:
parent
b94c21a250
commit
f19810e98e
|
@ -21,5 +21,8 @@ RUN /opt/postal/bin/postal bundle /opt/postal/vendor/bundle
|
|||
## Stick in startup script
|
||||
ADD scripts/start.sh /start.sh
|
||||
|
||||
## Expose
|
||||
EXPOSE 5000
|
||||
|
||||
## Startup
|
||||
CMD ["/start.sh"]
|
||||
|
|
|
@ -31,7 +31,5 @@ else
|
|||
/opt/postal/bin/postal upgrade
|
||||
fi
|
||||
|
||||
## Clean Up
|
||||
rm -r /opt/postal/tmp/pids
|
||||
## Run
|
||||
/opt/postal/bin/postal run
|
||||
|
|
Loading…
Reference in New Issue
Block a user