Spaces:
Running
Running
Remove Mongo testing line
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
|
@@ -37,8 +37,6 @@ RUN curl -fsSL "${MONGO_TARBALL_URL}" -o /tmp/mongodb.tgz \
|
|
| 37 |
&& ln -s /opt/mongodb/bin/mongos /usr/local/bin/mongos \
|
| 38 |
&& rm /tmp/mongodb.tgz
|
| 39 |
|
| 40 |
-
RUN test -x /usr/local/bin/mongod
|
| 41 |
-
|
| 42 |
COPY --chown=user . /app
|
| 43 |
|
| 44 |
USER user
|
|
|
|
| 37 |
&& ln -s /opt/mongodb/bin/mongos /usr/local/bin/mongos \
|
| 38 |
&& rm /tmp/mongodb.tgz
|
| 39 |
|
|
|
|
|
|
|
| 40 |
COPY --chown=user . /app
|
| 41 |
|
| 42 |
USER user
|