Skip to content

Commit 4775714

Browse files
committed
fixed typo
1 parent de2349a commit 4775714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sddi-base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ RUN set -ex && \
184184

185185
# Copy init scripts and additional files
186186
COPY --chown=ckan:ckan initScripts/ ${APP_DIR}/docker-afterinit.d
187-
COPY --chown=ckan:ckan uwsgi.conf ${APP_DIR}/uswgi.conf
187+
COPY --chown=ckan:ckan uwsgi.conf ${APP_DIR}/uwsgi.conf
188188

189189
RUN set -ex && \
190190
ckan config-tool "${CKAN_INI}" "ckan.plugins = ${CKAN__PLUGINS}" && \

0 commit comments

Comments
 (0)