Try spacing

This commit is contained in:
Luke Murphy 2020-03-12 15:23:23 +01:00
parent 971c4a6cb0
commit cd989bed7a
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@ COPY . ${WORKDIR}
RUN mkdir -p /app/
COPY postdeploy.sh /app/
EXPOSE 80:3000
EXPOSE 80 3000