Port 3000 exposed for consistency
Noticed I can do this myself -- disregard my comment about this fact.
This commit is contained in:
parent
0c3bda1a89
commit
18afc1604e
|
@ -97,6 +97,6 @@ ADD osm2pgsql.sh /opt/obs/api/tools
|
|||
COPY --from=frontend-builder /opt/obs/frontend/build /opt/obs/frontend/build
|
||||
COPY --from=osm2pgsql-builder /usr/local/bin/osm2pgsql /usr/local/bin/osm2pgsql
|
||||
|
||||
EXPOSE 8000
|
||||
EXPOSE 3000
|
||||
|
||||
CMD ["openbikesensor-api"]
|
||||
|
|
Loading…
Reference in a new issue