We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de2349a commit 4775714Copy full SHA for 4775714
sddi-base/Dockerfile
@@ -184,7 +184,7 @@ RUN set -ex && \
184
185
# Copy init scripts and additional files
186
COPY --chown=ckan:ckan initScripts/ ${APP_DIR}/docker-afterinit.d
187
-COPY --chown=ckan:ckan uwsgi.conf ${APP_DIR}/uswgi.conf
+COPY --chown=ckan:ckan uwsgi.conf ${APP_DIR}/uwsgi.conf
188
189
RUN set -ex && \
190
ckan config-tool "${CKAN_INI}" "ckan.plugins = ${CKAN__PLUGINS}" && \
0 commit comments